Welcome![Sign In][Sign Up]
Location:
Search - dining philosophers

Search list

[OS DevelopSystemOs

Description: 用多线程同步方法解决哲学家就餐问题 操作系统课程设计 Dining-Philosophers Problem-Dining-Philosophers Problem
Platform: | Size: 559104 | Author: 刘玮 | Hits:

[Otherzhexuejia

Description: 哲学家进餐问题,实现多进程间的互斥访问,进程间的竞争-Dining Philosophers problem, to achieve mutually exclusive access among the multi-process, the process of competition between
Platform: | Size: 1024 | Author: zhouwei | Hits:

[JSP/Javajava_threaddemo

Description: 哲学家就餐是一个经典的Java多线程编程的实例,这是图形版。涉及到线程同步与互斥,临界区访问问题以及避免死锁的方法。 -Dining Philosophers is a classic example of Java multi-threaded programming, it is graphic version. Related to thread synchronization and mutual exclusion, critical access issues and ways to avoid the deadlock.
Platform: | Size: 107520 | Author: 204 | Hits:

[Process-Threadphilosophesdine

Description: 哲学家进餐问题算法用VC++程序实现,非常经典的程序,很不错的哦。源代码完全开放-Dining Philosophers algorithm uses VC++ program to achieve a very classic procedures, very good oh. Completely open source code
Platform: | Size: 519168 | Author: 李乐 | Hits:

[Windows DevelopuCOS-II_on_VC

Description: VS2008 & VC++6.0 版本基于ucos-ii的哲学家就餐问题的解决方法-VS2008 & VC++6.0 version solution to the the Dining Philosophers problem based on ucos-ii
Platform: | Size: 100352 | Author: YangWeirong | Hits:

[uCOSaboutlunch

Description: 关于UC/OSII的应用,任务三哲学家就餐问题,对更深入理解操作系统基本原理非常有帮助-With regard to UC/OSII applications, tasks, three dining philosophers problem, more in-depth understanding of the basic principles of the operating system is very helpful
Platform: | Size: 106496 | Author: zyf | Hits:

[JSP/Javachopsticktest

Description: 这是一个用多线程编写的哲学家进餐问题,里面用到了多线程中的一些知识。-This is a multi-threaded, prepared with the dining philosophers problem, which uses a multi-threaded some knowledge.
Platform: | Size: 1024 | Author: xuguibin | Hits:

[Data structstest

Description: 设计实现哲学家就餐问题。有五个哲学家围坐在一圆桌旁, 桌中央有一盘通心粉, 每个人面前有一只空盘子, 每俩人之间放一只筷子, 每个哲学家的行为是思考, 感到饥饿, 然后吃通心粉。 为了吃通心粉, 每个哲学家必须拿到两只筷子, 并且每个人只能直接从自己的左边或右边去拿筷子。-Design and implementation of the Dining Philosophers Problem. There are five philosophers sitting around a round table next to the Central Authorities have a pasta table, each person before an empty plate, each two had put a chopstick between each philosopher' s behavior is thinking, feeling hungry, then eat macaroni. In order to eat pasta, each philosopher has to get two chopsticks, and each person can only directly from their own chopsticks to pick up the left or right.
Platform: | Size: 1024 | Author: 李有很 | Hits:

[Linux-Unixshell

Description: unix的shell编程,实现了哲学家就餐问题和,圆周率运算问题-unix' s shell programming, the dining philosophers problem and, pi computing problems
Platform: | Size: 487424 | Author: 李敏 | Hits:

[JSP/Javaoperation-2

Description: 哲学家就餐问题--操作系统理解pv原语 解决进程间同步问题-operation problem of Dining Philosophers
Platform: | Size: 4096 | Author: 11 | Hits:

[JSP/Javaphilosopher_java

Description: 这是Java图片版的哲学家就餐经典问题的实现,虽然界面简单,但是对于情况的模拟还是比较真实的。-This is a Java image version of the classic dining philosophers problem to achieve, although the interface simple, but for the simulation of the situation is quite true.
Platform: | Size: 140288 | Author: jerome | Hits:

[Linux-Unixipc

Description: ipc通信,哲学家就餐问题 采用信号量控制-ipc communications, dining philosophers problem using semaphores control
Platform: | Size: 22528 | Author: 路飞 | Hits:

[Windows Developzxjjc

Description: 哲学家进餐问题代码C++代码编写API动态显示-Dining philosophers problem code C++ code written API dynamic display
Platform: | Size: 1878016 | Author: 李东 | Hits:

[Windows Developeat

Description: 哲学家进餐问题MFC仿真程序 包括程序以及源代码及项目文件-Dining philosophers problem and the MFC process simulation program, including source code and project files
Platform: | Size: 397312 | Author: llt | Hits:

[Windows Developeat_DOS

Description: 哲学家进餐问题的DOS实现 包括源代码 运行时以任意触发-Dining philosophers problem of DOS run-time implementation, including source code in any trigger
Platform: | Size: 5120 | Author: llt | Hits:

[OS programshiyan

Description: 操作系统中哲学家就餐产生死锁问题及如何避免死锁 -Dining Philosophers operating system problems arise and how to avoid deadlock deadlock
Platform: | Size: 161792 | Author: anowy | Hits:

[Algorithmdeadkey

Description: 哲学家就餐问题,解决操作系统中的死锁问题。五个哲学家围坐圆桌,每两个人中间有一只筷子,吃饭时必须拿两只筷子,而且只能拿自己两边的筷子,从而造成死锁问题。-Dining Philosophers problem, to solve the deadlock problem of the operating system. Five philosophers sitting around the round table, the middle one for every two chopsticks, the meal must take two chopsticks, and only using his chopsticks on either side, resulting in deadlock.
Platform: | Size: 1997824 | Author: | Hits:

[Delphi VCLppzhexuejia

Description: 这是一个具有动态图形界面的哲学家就餐程序,希望对大家有帮助-This is a graphical interface with dynamic dining philosophers program, we want to help
Platform: | Size: 480256 | Author: 李靖 | Hits:

[Data structsDining_Philosophers_problem

Description: 是操作系统中的哲学家就餐问题的一个完整的示例源代码,可以在VC++6.0中完美编译运行。-The operating system in the Dining Philosophers problem of a complete sample source code in VC++6.0 can be compiled to run perfectly.
Platform: | Size: 1005568 | Author: OSer | Hits:

[WEB Codezhexuejiajiucanwenti

Description: 这是用C#语言开发实现的哲学家经典的就餐问题,利用线程实现。-This is achieved with the C# language development of the classic dining philosophers problem, using threads to achieve.
Platform: | Size: 3072 | Author: 吴海浪 | Hits:
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 »

CodeBus www.codebus.net